home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.C1.0001 < prev    next >
Encoding:
Text File  |  1988-11-20  |  1.3 KB  |  33 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. File Type:         $C1 (193)
  8. Auxiliary Type:    $0001
  9.  
  10. Full Name:     Apple IIGS QuickDraw II Picture File
  11. Short Name:    QuickDraw PICT File
  12.  
  13. Written by:    Matt Deatherage                                  November 1988
  14.  
  15. Files of this type and auxiliary type contain an unpacked QuickDraw II 
  16. picture.
  17. _____________________________________________________________________________
  18.  
  19. Files of type $C1 and auxiliary type $0001 contain an unpacked QuickDraw II 
  20. picture (a.k.a. PICT, after its counterpart on the Macintosh), and this file 
  21. format is the same as file type $C0 and auxiliary type $0003, except files in 
  22. this format are unpacked.  If you encounter a file of this type, you should be 
  23. able to get its length, allocate a handle of the same size, read the file into 
  24. the handle, and call DrawPicture to display the picture.  Refer to Apple IIGS 
  25. Technical Note #46, DrawPicture Data Format for more information on the 
  26. internal format of QuickDraw II pictures.
  27.  
  28.  
  29. Further Reference
  30. o    Apple IIGS Toolbox Reference Manual, Volume 2
  31. o    Apple IIGS Technical Note #46, DrawPicture Data Format
  32.  
  33.